home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / GMP3 / GMP3.exe / 0 / RCDATA / TUHWEDITORDLG / TUHWEDITORDLG.txt
Text File  |  1998-05-24  |  2KB  |  91 lines

  1. object UhwEditorDlg: TUhwEditorDlg
  2.   Left = 243
  3.   Top = 155
  4.   Width = 303
  5.   Height = 231
  6.   ActiveControl = Button1
  7.   Caption = 'Open Font Dialog'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object Image1: TImage
  17.     Left = 9
  18.     Top = 9
  19.     Width = 199
  20.     Height = 191
  21.   end
  22.   object Button1: TButton
  23.     Left = 216
  24.     Top = 8
  25.     Width = 73
  26.     Height = 25
  27.     Caption = 'Open...'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'Ms Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 216
  39.     Top = 144
  40.     Width = 73
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'Ms Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     TabOrder = 1
  51.     OnClick = Button2Click
  52.   end
  53.   object Button3: TButton
  54.     Left = 216
  55.     Top = 176
  56.     Width = 73
  57.     Height = 25
  58.     Caption = 'OK'
  59.     Default = True
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'Ms Sans Serif'
  64.     Font.Style = []
  65.     ModalResult = 1
  66.     ParentFont = False
  67.     TabOrder = 2
  68.   end
  69.   object Button4: TButton
  70.     Left = 216
  71.     Top = 40
  72.     Width = 73
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Clear'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'Ms Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     TabOrder = 3
  83.     OnClick = Button4Click
  84.   end
  85.   object OpenDialog1: TOpenDialog
  86.     Filter = 'UHW Font (*.uhw)|*.uhw'
  87.     Left = 256
  88.     Top = 96
  89.   end
  90. end
  91.